@charset "utf-8";
/* CSS Document */
html, body, div, span, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,abbr, address, cite, code,del, dfn, em, img, ins, kbd, q, samp,small, 
strong, sub, sup, var,b, i,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, 
details, figcaption, figure,footer, header, hgroup, menu, nav, section, summary,time, mark, audio, video {
	padding: 0;
	margin: 0;
}   
div,dl,dt,dd,form,h1,h2,h3,h4,h5,h6,img,ol,ul,li,table,th,td,p,span,a{border: 0;}   
.row img{
    width: 100%;
}
img,input{
	border: none;
	vertical-align: middle;
}   
body{
	font-family: Tahoma,Arial,Helvetica,"微软雅黑";
	font-size: 16px;
	background: #ffffff;
	color: #212121;   
	line-height: 30px; 
}   
html{overflow-y: scroll;}   
ul,ol{list-style-type: none;}   
th,td,input{font-size: 14px;}    
button{ 
	border: none;
	cursor: pointer;
	font-size: 16px;
	background-color: transparent;
}   
select{
	border-width: 1px;
	_zoom: 1;
	border-style: solid;
	padding-top: 2px;
	font-size: 14px;
}   
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clear{clear: both;}

a{
    color: #333333;
    text-decoration: none;
}
a:hover,
a:active,
a:focus{
	text-decoration: none;
    color: #265aa1;
}    
table {
	border-collapse: collapse;
	border-spacing: 0;
}
td, th {
    display: table-cell;
    vertical-align: middle;
}
hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}
i {font-style: normal;}
.fl_left{float: left;}
.fl_right{float: right;}
h1,h2,h3,h4,h5,h6{font-weight: bold;}

/*分页*/
.pages{text-align:center;clear:both; padding:5px 0px 10px 0px;font-size:14px;width:100%; margin:0 auto;margin:15px 0;}
.pages a{margin:3px;padding:8px 12px;border:1px solid #c1c1c1;color:#A0A0A0;font-size:14px;border-radius: 3px;
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#FEFEFE), to(#F0F0F0));}
.pages span{background:#ff7908;color:#fff;margin:3px;padding:8px 12px;border:1px solid #ff7908;border-radius: 3px;}